home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / STRREPL.C < prev    next >
Text File  |  1993-04-05  |  227b  |  10 lines

  1. .I 33 1
  2.       if(NULL == (p = strstr(Str, OldStr)))
  3. .D 34 1
  4. .I 64 4
  5.       while(NULL != (Start = gets(buf)))
  6.       {
  7.             while(NULL != (Start = StrReplace(Start, argv[1], argv[2])))
  8.                   ;
  9. .D 65 3
  10.